Retain form params through duplicate check interstitial pages#1023
Closed
Retain form params through duplicate check interstitial pages#1023
Conversation
Copilot
AI
changed the title
[WIP] Fix issue with dupe check interstitial pages for user creation
Retain all form params in duplicate check interstitial pages
Feb 15, 2026
669bfed to
e34c1b3
Compare
4c1630d to
fe46c56
Compare
Store all form params in session before redirecting to check_duplicates so that 'Go Back' and 'Create Anyway' preserve the complete form data. - Store person/user params in session before dupe check redirect - Clear session on successful save - Add hidden_fields_for_params helper for recursive hidden field rendering - Use stored params for Go Back link and Create Anyway form - Fall back to basic params when session is empty (backwards compat) - Update test expectations for capitalized button text
fe46c56 to
8dad714
Compare
Verify that POST to people/users renders check_duplicates inline instead of redirecting, preserves form params as hidden fields, and allows creation when skip_duplicate_check is set. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8dad714 to
686bb34
Compare
8 tasks
Collaborator
|
from claude: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Superseded by a new PR from branch
maebeale/fix-dupe-interstitialwhich uses the simplerrenderapproach instead of session storage.